home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive / 000003_janl@math.uio.no_Wed Mar 1 21:41:46 1995.msg < prev    next >
Internet Message Format  |  1995-03-08  |  2KB

  1. Received: from ifi.uio.no by cs.umb.edu with SMTP id AA08546
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 1 Mar 1995 14:42:07 -0500
  3. Received: from pat.uio.no (pat.uio.no [129.240.2.50]) by ifi.uio.no with SMTP (8.6.10/ifi2.4) 
  4.     id <UAA04755@ifi.uio.no> for <tex-k%cs.umb.edu@ifi.uio.no> ; Wed, 1 Mar 1995 20:42:03 +0100
  5. Received: from ulrik.uio.no by pat.uio.no with local-SMTP (PP) 
  6.           id <02112-0@pat.uio.no>; Wed, 1 Mar 1995 20:41:48 +0100
  7. Received: from mnemosyne.uio.no by gilgamesj.uio.no ;
  8.           Wed, 1 Mar 1995 20:41:47 +0100
  9. Message-Id: <199503011941.UAA01935@gilgamesj.uio.no>
  10. To: tex-k <tex-k@cs.umb.edu>
  11. Reply-To: janl@math.uio.no
  12. Subject: I wonder... why kps don't find .nty files
  13. Date: Wed, 01 Mar 1995 20:41:46 +0100
  14. From: Nicolai Langfeldt <janl@math.uio.no>
  15.  
  16.  
  17. Here we have a old, obsolete, 'seemed like a good idea at the time'
  18. latex mutation called nlatex, the powers that be wants to keep it so
  19. they don't have to deal with complaints from those that still use it.
  20. It stores it's style files with .nty extentions.  nlatex can't find
  21. report.nty, nor any others.
  22.  
  23. I turned on all debugging and ran kpsexpand:
  24.  
  25. $ kpsexpand nlatex '$TEXINPUTS' report.nty
  26. ...
  27. kdebug:search(file=report.nty.tex, must_exist=0, find_all=0, path=.:/use/ask/u6/nil/tex/inputs//:/local/TEX/lokalt/inputs/latex209//:/local/TEX/lokalt/inputs//:!!/local/TEX/lib/inputs/latex209//:!!/local/TEX/lib/inputs//).
  28. kdebug:hash_lookup(report.nty.tex) => (null)
  29. kdebug:hash_lookup(report.nty.tex) => (null)
  30. kdebug:search(report.nty.tex) =>
  31. kdebug:search(file=report.nty, must_exist=1, find_all=0, path=.:/use/ask/u6/nil/tex/inputs//:/local/TEX/lokalt/inputs/latex209//:/local/TEX/lokalt/inputs//:!!/local/TEX/lib/inputs/latex209//:!!/local/TEX/lib/inputs//).
  32. kdebug:hash_lookup(report.nty) => /local/TEX/lib/latex209/nlatex/
  33.  
  34.   The above is the correct location
  35.  
  36. kdebug:hash_lookup(report.nty) => /local/TEX/lib/latex209/nlatex/
  37.  
  38.   So is that, but then:
  39.  
  40. kdebug:search(report.nty) =>
  41. TEX: (null)
  42. ...
  43.  
  44. So it finds it but don't report it?  I'm still using kpathsea 2.5 if it
  45. matters.
  46.  
  47. I'm having some problems with the dang debugger, I'll tell you more
  48. if/when I get it to cooperate.
  49.  
  50. (Anyone know dbx on osf/1?:
  51.  
  52.     [kpse_find_file:307 ,0x120003f98]     if (suffix)
  53.   (dbx) print suffix
  54.  
  55.   "suffix" is not defined or not active
  56.  
  57. (I tried gcc/gdb, but that was even weirder)).
  58.  
  59. Nicolai